type runtime.listHeadManual
10 uses
runtime (current package)
list_manual.go#L23: type listHeadManual struct {
list_manual.go#L32: func (head *listHeadManual) init(off uintptr) {
list_manual.go#L57: func (head *listHeadManual) getNode(p unsafe.Pointer) *listNodeManual {
list_manual.go#L69: func (head *listHeadManual) empty() bool {
list_manual.go#L74: func (head *listHeadManual) head() unsafe.Pointer {
list_manual.go#L79: func (head *listHeadManual) push(p unsafe.Pointer) {
list_manual.go#L96: func (head *listHeadManual) pop() unsafe.Pointer {
list_manual.go#L121: func (head *listHeadManual) remove(p unsafe.Pointer) {
mgc.go#L358: list listHeadManual // *spanSPMC
runtime2.go#L941: midle listHeadManual // idle m's waiting for work
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |